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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h88 return ConstantExpr::getAnd(LHS, RHS);
H A DConstants.h935 static Constant *getAnd(Constant *C1, Constant *C2);
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h100 return Fold(ConstantExpr::getAnd(LHS, RHS));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp168 Together = ConstantExpr::getAnd(AndRHS, OpRHS);
381 if (ConstantExpr::getAnd(N, Mask) == Mask) {
405 && ConstantExpr::getAnd(N, Mask)->isNullValue())
498 ConstantExpr::getAnd(ACst, CCst) == CCst) {
513 ConstantExpr::getAnd(BCst, CCst) == CCst) {
1367 C3 = ConstantExpr::getAnd(C3, AndRHS);
2565 Constant *CommonBits = ConstantExpr::getAnd(Op0CI, RHS);
2566 NewRHS = ConstantExpr::getAnd(NewRHS,
H A DInstCombineCompares.cpp311 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
1926 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp264 return ConstantExpr::getAnd(LHS, RHS);
1236 return ConstantExpr::getAnd(C1, C2);
H A DConstants.cpp2252 Constant *ConstantExpr::getAnd(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp1125 return wrap(ConstantExpr::getAnd(unwrap<Constant>(LHSConstant),
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1043 Input = ConstantExpr::getAnd(Input, Mask);

Completed in 215 milliseconds