Searched defs:CV0 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2459 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); local
2686 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0,
2709 NLOp = InsertElementInst::Create(UndefValue::get(ArgTypeH), LOp, CV0,
2746 NHOp = InsertElementInst::Create(UndefValue::get(ArgTypeL), HOp, CV0,
2776 UndefValue::get(VArgType), LOp, CV0,
2864 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); local
2865 K1 = ExtractElementInst::Create(K, CV0, getReplacementName(K, false, 1));
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp7724 std::vector<Constant*> CV0; local
7725 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
7726 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
7727 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
7728 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
7729 Constant *C0 = ConstantVector::get(CV0);

Completed in 598 milliseconds