Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2498 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
2546 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in __anonebd7bfba0211::TypePromotionTransaction
2973 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
3084 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()
/external/swiftshader/src/Reactor/
DNucleus.cpp468 Value *Nucleus::createZExt(Value *V, Type *destType) in createZExt() function in sw::Nucleus
2670 Value *extend = Nucleus::createZExt(cast.value, Long::getType()); in Short4()
3774 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
3795 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
4132 Value *integer = Nucleus::createZExt(cast.value, Long::getType()); in Long()
4252 Value *integer = Nucleus::createZExt(cast.value, UInt::getType()); in UInt()
DNucleus.hpp135 static llvm::Value *createZExt(llvm::Value *V, llvm::Type *destType);