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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 65 Res = evaluateAsInt64(Value.getConstant());
70 PPCMCExpr::evaluateAsInt64(int64_t Value) const {
102 int64_t Result = evaluateAsInt64(Value.getConstant());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 67 Res = evaluateAsInt64(Value.getConstant());
72 PPCMCExpr::evaluateAsInt64(int64_t Value) const {
108 int64_t Result = evaluateAsInt64(Value.getConstant());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCExpr.cpp 107 Res = evaluateAsInt64(Value.getConstant());
111 int64_t RISCVMCExpr::evaluateAsInt64(int64_t Value) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.cpp 65 Result = evaluateAsInt64(Value.getConstant());
82 Result = MCValue::get(evaluateAsInt64(Value.getConstant()));
99 int64_t AVRMCExpr::evaluateAsInt64(int64_t Value) const {

Completed in 1709 milliseconds