Searched refs:CV1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2136 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) { in visitCallInst() local 2138 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext); in visitCallInst() 2140 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst() 2148 if (Constant *CV1 = dyn_cast<Constant>(Arg1)) in visitCallInst() local 2150 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) in visitCallInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2460 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), 1); in getReplacementInput() local 2780 Instruction *BV2 = InsertElementInst::Create(BV1, HOp, CV1, in getReplacementInput() 2879 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem - 1); in replaceOutputsOfPair() local 2880 K2 = ExtractElementInst::Create(K, CV1, getReplacementName(K, false, 2)); in replaceOutputsOfPair()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7800 void *CV1, *CV2; in isAlias() local 7801 bool isFrameIndex1 = FindBaseOffset(Ptr1, Base1, Offset1, GV1, CV1); in isAlias() 7805 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2))) in isAlias() 7821 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2)) in isAlias()
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gray_msb_08bit_mat.miff | 16 …=^,G**6Dh?*#y�QG=BSYchmu{vv���yh"%-=bm���}||u������#!!2p���l-RN*8%3:7CV1}�OS58QZ`ff_gjmx…
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14767 const void *CV1, *CV2; in isAlias() local 14769 Base1, Offset1, GV1, CV1); in isAlias() 14774 if (Base1 == Base2 || (GV1 && (GV1 == GV2)) || (CV1 && (CV1 == CV2))) in isAlias() 14792 if ((isFrameIndex1 || CV1 || GV1) && (isFrameIndex2 || CV2 || GV2)) in isAlias()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7732 std::vector<Constant*> CV1; in LowerUINT_TO_FP_i64() local 7733 CV1.push_back( in LowerUINT_TO_FP_i64() 7735 CV1.push_back( in LowerUINT_TO_FP_i64() 7737 Constant *C1 = ConstantVector::get(CV1); in LowerUINT_TO_FP_i64()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13474 SmallVector<Constant*,2> CV1; in LowerUINT_TO_FP_i64() local 13475 CV1.push_back( in LowerUINT_TO_FP_i64() 13478 CV1.push_back( in LowerUINT_TO_FP_i64() 13481 Constant *C1 = ConstantVector::get(CV1); in LowerUINT_TO_FP_i64()
|
/external/trappy/doc/ |
D | Plotter.ipynb | 325 …mSVPRt2gRdu8IDD4Q9u5L2FYmEhXp6OjRsCM2bw7Bh4Y4K\nsbJ2bfj/4UknhSvZt2gBffvCs8/CV1+5Z7x0gOxhlyRJRdvOnd…
|