Searched refs:CV1 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp918 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) {
920 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext);
922 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1));
930 if (Constant *CV1 = dyn_cast<Constant>(Arg1))
932 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue()))
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2432 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); local
2755 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2856 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem-1); local
2857 K2 = ExtractElementInst::Create(K, CV1,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11501 const void *CV1, *CV2; local
11503 Base1, Offset1, GV1, CV1);
11508 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
11526 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10785 SmallVector<Constant*,2> CV1;
10786 CV1.push_back(
10789 CV1.push_back(
10792 Constant *C1 = ConstantVector::get(CV1);

Completed in 401 milliseconds