Searched defs:CV1 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2428 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); local
2748 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2849 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem-1); local
2850 K2 = ExtractElementInst::Create(K, CV1,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13205 const void *CV1, *CV2; local
13207 Base1, Offset1, GV1, CV1);
13212 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
13230 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11515 SmallVector<Constant*,2> CV1; local
11516 CV1.push_back(
11519 CV1.push_back(
11522 Constant *C1 = ConstantVector::get(CV1);

Completed in 212 milliseconds