Searched defs:CreateAnd (Results 1 – 15 of 15) sorted by relevance
103 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
161 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
1379 Value *CreateAnd(ArrayRef<Value*> Ops) { in CreateAnd() function
87 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
137 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
97 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
99 Constant *CreateAnd(Constant *LHS, Constant *RHS) const { in CreateAnd() function
1404 Value *CreateAnd(ArrayRef<Value*> Ops) { in CreateAnd() function
1483 Value *CreateAnd(ArrayRef<Value*> Ops) { in CreateAnd() function
1489 Value *CreateAnd(ArrayRef<Value*> Ops) { in CreateAnd() function
137 bool CreateAnd = false; in foldSelectICmpAnd() local
134 bool CreateAnd = false; in foldSelectICmpAnd() local
1394 func (b Builder) CreateAnd(lhs, rhs Value, name string) (v Value) { func