Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp670 if (ConstantDataVector *CV0 = dyn_cast<ConstantDataVector>(Arg0)) { in visitCallInst() local
672 VectorType* VT = cast<VectorType>(CV0->getType()); in visitCallInst()
676 (cast<ConstantInt>(CV0->getAggregateElement(i)))->getValue(); in visitCallInst()
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp2358 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); in getReplacementInput() local
2588 Instruction *S = InsertElementInst::Create(HOp, LOp, CV0, in getReplacementInput()
2611 NLOp = InsertElementInst::Create(UndefValue::get(ArgTypeH), LOp, CV0, in getReplacementInput()
2648 NHOp = InsertElementInst::Create(UndefValue::get(ArgTypeL), HOp, CV0, in getReplacementInput()
2678 UndefValue::get(VArgType), LOp, CV0, in getReplacementInput()
2766 Value *CV0 = ConstantInt::get(Type::getInt32Ty(Context), 0); in replaceOutputsOfPair() local
2767 K1 = ExtractElementInst::Create(K, CV0, in replaceOutputsOfPair()
/trueos/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp8591 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 }; in LowerUINT_TO_FP_i64() local
8592 Constant *C0 = ConstantDataVector::get(*Context, CV0); in LowerUINT_TO_FP_i64()