Searched refs:CV1 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1596 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) { in visitCallInst() local 1598 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst() 1600 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst() 1608 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) in visitCallInst() local 1610 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) in visitCallInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2442 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); in getReplacementInput() local 2762 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput() 2861 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem - 1); in replaceOutputsOfPair() local 2862 K2 = ExtractElementInst::Create(K, CV1, getReplacementName(K, false, 2)); in replaceOutputsOfPair()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14487 const void *CV1, *CV2; in isAlias() local 14489 Base1, Offset1, GV1, CV1); in isAlias() 14494 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2))) in isAlias() 14512 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2)) in isAlias()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12642 SmallVector<Constant*,2> CV1; in LowerUINT_TO_FP_i64() local 12643 CV1.push_back( in LowerUINT_TO_FP_i64() 12646 CV1.push_back( in LowerUINT_TO_FP_i64() 12649 Constant *C1 = ConstantVector::get(CV1); in LowerUINT_TO_FP_i64()
|