Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp71 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Val); in EmitTargetCodeForMemset() local
73 if (const char *bzeroName = (ValC && ValC->isNullValue()) in EmitTargetCodeForMemset()
107 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Val); in EmitTargetCodeForMemset() local
109 if (ValC) { in EmitTargetCodeForMemset()
111 uint64_t Val = ValC->getZExtValue() & 255; in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp203 const APInt &ValC = !TC.isNullValue() ? TC : FC; in foldSelectICmpAnd() local
204 unsigned ValZeros = ValC.logBase2(); in foldSelectICmpAnd()
228 V = Builder.CreateXor(V, ValC); in foldSelectICmpAnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2574 if (auto *ValC = dyn_cast<Constant>(Val)) variable
2575 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4197 auto *ValC = dyn_cast<Constant>(Val); in SimplifyInsertElementInst() local
4199 if (VecC && ValC && IdxC) in SimplifyInsertElementInst()
4200 return ConstantFoldInsertElementInstruction(VecC, ValC, IdxC); in SimplifyInsertElementInst()