Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc26 class CastOp : public XlaOpKernel { class
28 explicit CastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in CastOp() function in tensorflow::__anon2c29143f0111::CastOp
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp92 Value *CastOp = CI->getOperand(0); in InstCombineLoadCast() local
258 Value *CastOp = CI->getOperand(0); in InstCombineStoreToCast() local
/external/llvm/unittests/Analysis/
DValueTrackingTest.cpp55 Instruction::CastOps CastOp; in expectPattern() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp225 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DScalarEvolution.cpp6704 const SCEV *CastOp = Cast->getOperand(); in hasOperand() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1104 Instruction::CastOps CastOp; in visitSelectInst() local
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp270 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DValueTracking.cpp3840 Instruction::CastOps *CastOp) { in lookThroughCast()
3900 Instruction::CastOps *CastOp) { in matchSelectPattern()
DScalarEvolution.cpp4678 Optional<unsigned> CastOp; in getRangeViaFactoring() local
6642 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
6648 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
6654 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4572 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local