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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2460 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); local
2780 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1,
2879 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem - 1); local
2880 K2 = ExtractElementInst::Create(K, CV1, getReplacementName(K, false, 2));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7800 void *CV1, *CV2; local
7801 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1);
7805 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
7821 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14767 const void *CV1, *CV2; local
14769 Base1, Offset1, GV1, CV1);
14774 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2)))
14792 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2))
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp7732 std::vector<Constant*> CV1; local
7733 CV1.push_back(
7735 CV1.push_back(
7737 Constant *C1 = ConstantVector::get(CV1);

Completed in 187 milliseconds