Searched refs:CV0 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp917 if (Constant *CV0 = dyn_cast<Constant>(Arg0)) {
919 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext);
922 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1));
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2431 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); local
2661 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0,
2684 NLOp = InsertElementInst::Create(UndefValue::get(ArgTypeH), LOp, CV0,
2721 NHOp = InsertElementInst::Create(UndefValue::get(ArgTypeL), HOp, CV0,
2751 UndefValue::get(VArgType), LOp, CV0,
2840 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); local
2841 K1 = ExtractElementInst::Create(K, CV0,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10781 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 };
10782 Constant *C0 = ConstantDataVector::get(*Context, CV0);

Completed in 1150 milliseconds