Searched refs:Val0 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 320 Value *Val0 = getRandomVal(); in Act() local 321 Value *Val1 = getRandomValue(Val0->getType()); in Act() 324 if (Val0->getType()->isPointerTy() || in Act() 329 if (Val0->getType()->getScalarSizeInBits() == 1) in Act() 333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act() 355 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term)); in Act() 420 Value *Val0 = getRandomVectorValue(); in Act() local 421 Value *V = ExtractElementInst::Create(Val0, in Act() 423 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()), in Act() 433 Value *Val0 = getRandomVectorValue(); in Act() local [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2461 Constant *Val0, *Val1; in ParseValID() local 2464 ParseGlobalTypeAndValue(Val0) || in ParseValID() 2470 if (!Val0->getType()->isAggregateType()) in ParseValID() 2472 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices)) in ParseValID() 2474 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID() 2481 Constant *Val0, *Val1; in ParseValID() local 2485 ParseGlobalTypeAndValue(Val0) || in ParseValID() 2491 if (Val0->getType() != Val1->getType()) in ParseValID() 2497 if (!Val0->getType()->isFPOrFPVectorTy()) in ParseValID() 2499 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1942 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitARMBuiltinExpr() local 1944 Val0 = Builder.CreateZExt(Val0, Int64Ty); in EmitARMBuiltinExpr() 1948 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitARMBuiltinExpr()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3228 SDValue Val0 = N->getOperand(2); in Select() local 3240 Ops.push_back(Val0); in Select() 3244 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()
|