Home
last modified time | relevance | path

Searched defs:OpTy (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1338 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
1371 VectorType *OpTy = in ParseConstants() local
1380 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1391 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1404 VectorType *OpTy = in ParseConstants() local
1418 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
2384 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
2408 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
2507 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local
2552 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local
[all …]
/external/llvm/lib/Target/CBackend/
DCBackend.cpp1188 Type* OpTy = CPV->getType(); in printConstantWithCast() local
1375 Type* OpTy = Operand->getType(); in writeOperandWithCast() local
1443 Type* OpTy = Operand->getType(); in writeOperandWithCast() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3443 Type *OpTy = LF.OperandValToReplace->getType(); in Expand() local
3640 Type *OpTy = LF.OperandValToReplace->getType(); in RewriteForPHI() local
3670 Type *OpTy = LF.OperandValToReplace->getType(); in Rewrite() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2860 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() local
DLegalizeDAG.cpp3198 EVT OpTy = Node->getOperand(0).getValueType(); in ExpandNode() local
DSelectionDAGBuilder.cpp5415 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT() local
DSelectionDAG.cpp1422 EVT OpTy = Op.getValueType(); in getShiftAmountOperand() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1354 Type *OpTy = I->getOperand(0)->getType(); in SelectFPToSI() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1417 Type *OpTy = LHS->getType(); // The operand type. in SimplifyICmpInst() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp914 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType()); in VisitInitListExpr() local
/external/clang/lib/Sema/
DSemaExpr.cpp7255 QualType OpTy = Op->getType(); in CheckIndirectionOperand() local