Home
last modified time | relevance | path

Searched refs:CV1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1542 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) { in visitCallInst() local
1544 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst()
1546 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
1554 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) in visitCallInst() local
1556 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h326 ConstantInt *CV1 = cast<ConstantInt>(MD1->getValue());
328 if (CV1->getSExtValue() == CV2->getSExtValue())
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20126 SmallVector<Constant*,2> CV1; in LowerUINT_TO_FP_i64() local
20127 CV1.push_back( in LowerUINT_TO_FP_i64()
20130 CV1.push_back( in LowerUINT_TO_FP_i64()
20133 Constant *C1 = ConstantVector::get(CV1); in LowerUINT_TO_FP_i64()