Home
last modified time | relevance | path

Searched refs:CV0 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2459 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); in getReplacementInput() local
2686 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0, in getReplacementInput()
2709 NLOp = InsertElementInst::Create(UndefValue::get(ArgTypeH), LOp, CV0, in getReplacementInput()
2746 NHOp = InsertElementInst::Create(UndefValue::get(ArgTypeL), HOp, CV0, in getReplacementInput()
2776 UndefValue::get(VArgType), LOp, CV0, in getReplacementInput()
2864 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); in replaceOutputsOfPair() local
2865 K1 = ExtractElementInst::Create(K, CV0, getReplacementName(K, false, 1)); in replaceOutputsOfPair()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2135 if (Constant *CV0 = dyn_cast<Constant>(Arg0)) { in visitCallInst() local
2137 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
2140 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7724 std::vector<Constant*> CV0; in LowerUINT_TO_FP_i64() local
7725 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000))); in LowerUINT_TO_FP_i64()
7726 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000))); in LowerUINT_TO_FP_i64()
7727 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0))); in LowerUINT_TO_FP_i64()
7728 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0))); in LowerUINT_TO_FP_i64()
7729 Constant *C0 = ConstantVector::get(CV0); in LowerUINT_TO_FP_i64()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13469 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 }; in LowerUINT_TO_FP_i64() local
13470 Constant *C0 = ConstantDataVector::get(*Context, CV0); in LowerUINT_TO_FP_i64()