Searched refs:getAnd (Results 1 – 7 of 7) sorted by relevance
1024 static Constant *getAnd(Constant *C1, Constant *C2);
253 CHECK(ConstantExpr::getAnd(P0, P0), "and i32 " P0STR ", " P0STR); in TEST()
266 return ConstantExpr::getAnd(LHS, RHS); in ExtractConstantBytes()1282 return ConstantExpr::getAnd(C1, C2); in ConstantFoldBinaryInstruction()
2685 Constant *ConstantExpr::getAnd(Constant *C1, Constant *C2) { in getAnd() function in ConstantExpr
1612 return wrap(ConstantExpr::getAnd(unwrap<Constant>(LHSConstant), in LLVMConstAnd()
1132 See the method [llvm::ConstantExpr::getAnd]. *)
200 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst); in foldCmpLoadFromIndexedGlobal()