HomeSort by relevance Sort by last modified time
    Searched defs:CVal (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 134 const Constant *CVal; // Constant being loaded.
180 return CVal == A->CVal && ARMConstantPoolValue::equals(A);
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 476 Constant *CVal = cast<Constant>(Val);
479 II = CVal->op_begin(), IE = CVal->op_end(); II != IE; ++II)
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h 117 const Constant *CVal; // Constant being loaded.
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 588 Constant *CVal = cast<Constant>(Val);
591 II = CVal->op_begin(), IE = CVal->op_end(); II != IE; ++II)
DAGCombiner.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 251 llvm::Constant *CVal = cast<llvm::Constant>(Val);
253 II = CVal->op_begin(), IE = CVal->op_end(); II != IE; ++II) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 138 const APInt &CVal = CC->getValue();
142 BVal.sadd_ov(CVal, Overflow);
144 BVal.ssub_ov(CVal, Overflow);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 137 const APInt *BVal, *CVal;
138 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal)))
143 BVal->sadd_ov(*CVal, Overflow);
145 BVal->ssub_ov(*CVal, Overflow);
    [all...]

Completed in 583 milliseconds