Home
last modified time | relevance | path

Searched refs:And2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp167 Value *And2 = Builder.CreateAnd( in expandFPToI() local
172 Builder.CreateICmpULT(And2, Builder.getIntN(BitWidth, ExponentBias)); in expandFPToI()
178 And2, ConstantInt::getSigned(IntTy, -int64_t(ExponentBias + BitWidth))); in expandFPToI()
192 And2, Builder.getIntN(BitWidth, ExponentBias + FPMantissaWidth)); in expandFPToI()
198 Builder.getIntN(BitWidth, ExponentBias + FPMantissaWidth), And2); in expandFPToI()
206 And2, in expandFPToI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4969 Value *And2 = Builder.CreateAnd(BO1->getOperand(0), Mask); in foldICmpBinOp() local
4970 return new ICmpInst(Pred, And1, And2); in foldICmpBinOp()