Searched refs:And2 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 166 Value *And2 = Builder.CreateAnd( in expandFPToI() local 171 Builder.CreateICmpULT(And2, Builder.getIntN(BitWidth, ExponentBias)); in expandFPToI() 177 And2, ConstantInt::getSigned(IntTy, -int64_t(ExponentBias + BitWidth))); in expandFPToI() 191 And2, Builder.getIntN(BitWidth, ExponentBias + FPMantissaWidth)); in expandFPToI() 197 Builder.getIntN(BitWidth, ExponentBias + FPMantissaWidth), And2); in expandFPToI() 205 And2, in expandFPToI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4403 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local 4404 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()
|