Searched refs:getAnd (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h107 return ConstantExpr::getAnd(LHS, RHS);
H A DConstants.h959 static Constant *getAnd(Constant *C1, Constant *C2);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h103 return Fold(ConstantExpr::getAnd(LHS, RHS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp257 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) {
267 } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) {
1918 C3 = ConstantExpr::getAnd(C3, AndRHS);
H A DInstCombineCompares.cpp232 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp267 return ConstantExpr::getAnd(LHS, RHS);
1442 return ConstantExpr::getAnd(C1, C2);
H A DConstants.cpp2540 Constant *ConstantExpr::getAnd(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp1606 return wrap(ConstantExpr::getAnd(unwrap<Constant>(LHSConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1346 Input = ConstantExpr::getAnd(Input, Mask);

Completed in 295 milliseconds