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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2432 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); local
2755 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2856 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem-1); local
2857 K2 = ExtractElementInst::Create(K, CV1,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11501 const void *CV1, *CV2; local
11503 Base1, Offset1, GV1, CV1);
11508 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
11526 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))

Completed in 755 milliseconds