Home
last modified time | relevance | path

Searched refs:DITy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1231 IntegerType *DITy = cast<IntegerType>(DstTy); in executeTruncInst() local
1232 unsigned DBitWidth = DITy->getBitWidth(); in executeTruncInst()
1251 const IntegerType *DITy = cast<IntegerType>(DstTy); in executeSExtInst() local
1252 unsigned DBitWidth = DITy->getBitWidth(); in executeSExtInst()
1272 const IntegerType *DITy = cast<IntegerType>(DstTy); in executeZExtInst() local
1273 unsigned DBitWidth = DITy->getBitWidth(); in executeZExtInst()